special case all 0 to map to all 0 in nonpremul
authorØyvind Kolås <pippin@gimp.org>
Mon, 27 Aug 2018 22:32:47 +0000 (00:32 +0200)
committerØyvind Kolås <pippin@gimp.org>
Mon, 27 Aug 2018 22:38:01 +0000 (00:38 +0200)
commit18dea5104f3de79af5e9641a0ef47435b112d44b
tree6827eff2385220f5d7e1f4fb2943fcf4a5656be8
parentfd2f96c53d93f959acd46beade710aff6c020957
special case all 0 to map to all 0 in nonpremul

A test in GEGL relies on this, and keeping zeroed memory zeroed is good
for compression and some other heuristics that might run on a buffer.
babl/base/model-gray.c
babl/base/model-rgb.c
extensions/double.c
extensions/fast-float.c
extensions/float.c
extensions/gegl-fixups.c
extensions/sse2-float.c